home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Otube.res < prev    next >
Text File  |  2003-02-27  |  657b  |  23 lines

  1. CONTAINER Otube
  2. {
  3.     NAME Otube;
  4.     INCLUDE Obase;
  5.  
  6.     GROUP ID_OBJECTPROPERTIES
  7.     {
  8.         REAL PRIM_TUBE_IRAD       { UNIT METER; MIN 0.0; }
  9.         REAL PRIM_TUBE_ORAD    { UNIT METER; MIN 0.0; }
  10.         LONG PRIM_TUBE_SEG     { MIN 3; MAX 1000; }
  11.       LONG PRIM_TUBE_CSUB         { MIN 1; MAX 1000; }
  12.         REAL PRIM_TUBE_HEIGHT  { UNIT METER; MIN 0.0; }
  13.       LONG PRIM_TUBE_HSUB    { MIN 1; MAX 1000; }
  14.         INCLUDE Oprimitiveaxis;
  15.         SEPARATOR { LINE; }
  16.         BOOL PRIM_TUBE_FILLET             { }
  17.         LONG PRIM_TUBE_FSUB                 { PARENTID PRIM_TUBE_FILLET; MIN 1; MAX 1000; }
  18.         REAL PRIM_TUBE_FILLET_RADIUS    { PARENTID PRIM_TUBE_FILLET; MIN 0.0; UNIT METER; }
  19.     }
  20.  
  21.     INCLUDE Oprimitiveslice;
  22. }
  23.